projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1796e2f
)
gtk/gtkprivate.c: Include stdlib.h
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 30 Dec 2011 09:20:22 +0000
(17:20 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 3 Jan 2012 16:52:44 +0000
(
00:52
+0800)
Include stdlib.h for getenv to avoid C4013/implicit declaration of ...
warnings
gtk/gtkprivate.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprivate.c
b/gtk/gtkprivate.c
index ed5f1f7a70d84a9a8f42359612d72b684d1a3699..df4579024a66eb2d90ccaf2543c419d507477aa7 100644
(file)
--- a/
gtk/gtkprivate.c
+++ b/
gtk/gtkprivate.c
@@
-27,6
+27,7
@@
#include "config.h"
#include <locale.h>
+#include <stdlib.h>
#include "gdk/gdk.h"